home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / NDK / NDK_1.3 / Include-Strip1.3 / lib / README < prev    next >
Encoding:
Text File  |  1988-10-28  |  1.1 KB  |  38 lines

  1.  
  2. Amiga.lib
  3. =========
  4.  
  5. This is the 1.3 Amiga.lib.  It should include new stubs/LVO's for all
  6. of the new 1.3 mathieee and diskfont functions.
  7.  
  8. Mathieeedoubbas_lib.lib, mathieeedoubtrans_lib.lib, and diskfont_lib.lib
  9. have also been provided individually for any developers who might need
  10. them in that form.
  11.  
  12. Debug.lib and Ddebug.lib
  13. ========================
  14.  
  15. Debug.lib is a low level 9600 baud serial debugging library, containing
  16. serial input and output functions as described in Appendix B of the
  17. Addison-Wesley Rom Kernel Manual Exec.  Debug.lib is useful for debugging
  18. when you are unable to use stdio output. (iei, within tasks, interrupts,
  19. drivers, etc.)
  20.   
  21. Ddebug.lib is a parallel version of debug.lib.
  22. It is useful for debugging serial applications, or for debugging to
  23. a parallel printer when a serial terminal is not available.
  24. The functions have the same names as those in debug.lib except the
  25. initial 'k' is instead 'd' (example dprintf() instead of kprintf()).
  26. Only the debug.lib output functions have been implemented in ddebug.lib.
  27.  
  28.  
  29. Small.lib
  30. =========
  31.  
  32. Small.lib is an abbreviated Amiga.lib for assembler programmers who
  33. only require the LVO's.
  34.  
  35.  
  36.  
  37.  
  38.